The document describes how to order numbers in descending and ascending order. To order numbers in descending order, partition the numbers into columns based on place value, order the leftmost column digits highest to lowest, and if ties, move to the next column. To order numbers in ascending order, follow the same steps but order the digits lowest to highest. Examples are provided to demonstrate ordering multi-digit numbers from highest to lowest and lowest to highest.