Hi Beth,
You can control the page size, it defaults to 10 but you can add this in user.config and set it to whatever you like:
<add key="SiteListPageSize" value="10" />
You can also make it show the Site ID next to the site name by adding this:
<add key="ShowSiteIdInSiteList" value="true" />
I believe it is sorted alphabetically by site name except for the master site which is listed first.
Hope that helps,
Joe