It is just there for sorting purposes.
Say you have a line of code like this:ld a,1
nop
ld hl,$1234
jr z,−5If you’re partially or fully emulating the processor, you probably won’t be diassembling from beginning to end, but rather following jumps, so you need some way to sort the text file...