Sites in Admin backend are sorted by
1. indexdate
2. title
In order to alter this default selection, open the script
…/admin/admin.php and modify the row
$result = mysql_query("SELECT site_id, url, title, indexdate from ".$mysql_table_prefix."sites ORDER By indexdate, title"

;
with respect to your requirements.
Tec