It's used because if the value winds up in a pointer, it will likely raise a fault in several ways. The value has several significant benefits. First, likely an address of DEADBEEF is out of the address range of system (we're talking last century systems now) regardless of the system's endian.
Second, it is more likely to fault on systems that require even boundry alignments for non-byte data access. Faulting happens because both of the 16 bit value's halves are odd, thus it will cause a fault if it's the pointer value when fetching 16 or 32 bit value as they need an even address pointer. Old assembler hacks like me would use it to fill memory before releasing.