The git refs page lists tags in reverse chronological order based on their time tagged, rather than the reverse chronological order of the commit objects to which they reference.
This is a problem because if one would tag HEAD as v1.2.0, then 15 minutes later tag HEAD~5 as v1.1.0, then the latter will be ordered with more recency on the refs page, despite being the older reference.
Fixed in 0.62.2 via c08a9c71.