Seems like the normal use for GROUP BY is to sort by COUNT(myfield) rather than some other value.
This is the purpose for doing many group by queries in the first place, exposing those aggregated count values.