Arduino DUE - read serial in interupt

What would you have this interrupt do with the Serial data? It has to read it into something. I've seen lots of people try to write new serial interrupt code, but all any of them are ever doing is the same thing the serial interrupt was already doing. You have to collect the data into some buffer. What's the difference between collecting it into the serial buffer or collecting it into some other buffer?