Imagine storing data in (Computer) Memory Conceptually, and having it aligned (all stored in multiples of 4). When you point to a specific address, do we want that to be the very start of a word or the very end of the last word? That’s the idea of endianness. MIPS (Architecture) is Big-Endian.