The default way of sorting files should really be "the newest of modification/creation" instead of just modification time.
At work I'll download an image and then take a couple minutes to find it in the huge "Pictures" folder because it was "last modified" some time in 2023.
Of course some filesystems don't support creation time. But the ones most commonly used on Linux today (ext4/btrfs/XFS/ZFS) do, as does Windows's NTFS and Mac's APFS.
This also gets back into my idea that the filesystem could treat "files meant to be edited" and "files meant to be atomic" differently.









