Value-ordering for the ORDER BY column.
Select VALUES to optimize queries that return a contiguous range of values, especially for a workload that requires a covering index or that commonly uses a nested join in its query plans.
You cannot specify ORDER BY VALUES on a UDT column.