When macOS is installed it uses
two APFS volumes on the internal disk. One is a read-only volume containing the core macOS operating system. This is identical on all Macs with the same version of macOS. It includes all the apps installed as part of macOS (Books, Music, Maps, etc.) The second volume is read/write and contains a) macOS components like settings, caches, b) your settings, c) all apps which you have added (Steam, Sims, etc) as well as all your data (~/Documents, etc.).
macOS then partially hides the distinction between the two areas using "firmlinks". Firmlinks combine similarly named folders on the two APFS volumes into one.
The folder /System contains the core macOS operating system from just the read-only volume. Folders within /System (e.g. /System/Applications) are firmlinked to folders on the read-write volume (e.g. /Applications). The contents of the two locations is presented to all apps (including Finder) as just one location - in this case /Applications.
Apple doesn't expect most people to have the curiosity (or skills) to investigate locations like /System and so most users are oblivious to what going on. To use a Mac, there is no need to understand any of this.
You will notice that the core macOS apps all have the same creation date. The apps you have added have their own creation dates.
So what you are seeing is completely normal.
You have started to explore some of the internals of macOS - a long journey, but (to my mind) very satisfying.
A web search for "firmlinks" will provide more details. For example:
Eclectic Light