By default, submissions for a problem are shown in the increasing order of solution size. Example: https://mirror.codeforces.com/contest/1336/status/C?order=.
Why solution size, of all things? There are some submissions with extremely cryptic code and no line breaks whatsoever, perhaps purposely so, ending up in topping the list. For example, this submission tops the list by cramming all the code into one line (plus 2 lines for macros).
Instead, I think order by submission time would be more natural. That would first list the code of the contest toppers. Given their consistency, it's easy to follow them.
At least, is there an option in the settings to change this that I overlooked?