Adds a new sort order to the collection.
void addOrder(SortOrder<T> order) { _orders[order.id] = order; }