Fixed widths are everywhere: invoice numbers that must be six digits, IDs that sort alphabetically, barcodes, batch codes, checksum fields - each one lives or dies by leading zeros. The zeros are not mathematical, they are positional cosmetics: 00042 and 42 are the same value, but only one lines up in a column, sorts correctly as text, and reads as a proper code.
Zero-pad a Number pads any value to an exact width with zeros on the left, right or both sides. The sign is kept out of the padding - -42 becomes -00042, never 000-42 - and decimals count toward the width honestly. Live stats show exactly how many zeros were added, and the result copies or downloads in one click.