Collection Performance: Sort List Faster with CollectionsMarshal.AsSpan()

To sort a List efficiently, use CollectionsMarshal.AsSpan() to access its internal storage, then apply the Sort() function.