Sheet Name and Number List Reorder

I’m having a problem where a transposed list I’ve generated of the sheets in my project appear out of order. The list I generate is a series of lists with sublists that do display the correct name and number together, but I can’t figure out how to map the correct order back to this. Any help is appreciated.

That was it. I was having trouble utilizing the List.SortByKey, but introducing the List.LastItem makes sense to me now. I had tried it previously by breaking down the initial items in the list which didn’t work as elegantly. Thanks Vikram!