This would allow for OS development, embedded code development (x86 microcontrollers anyone?) and more. Allow us to output flat binaries that output system call code (to our specification) (1 man's OS may use int 80h, another may simply use BIOS interrupts, etc).
BONUS: make POLINK able to use external assembler OBJ's and output them flat.