Buffers in MakeCode provide a way to work with large amounts of data.
I use them in projects like What’s My Word and Countdown Solo to store the word lists. I’m also working on an implementation of the Z-Machine to play games like Zork, where I’m using buffers to manipulate the system’s main memory.