List all sites in multisite

You can try to replace:

ORDER BY registered DESC

with:

ORDER BY domain ASC, path ASC

to get the sites in an alphabetical order.