pub const HIGHEST_PRIORITY: Priority = 0;
The highest priority. We invert the value so that normal sorting will place the highest priority at the beginning of the list.