Everyone sometimes needs to compress something: doing backup, sending files over Internet etc. Most of us uses gzip or bzip2. It's known than bzip2 has a bit better compression ratio but it's much slower. I'm one of that people who only used those two programs, often with conjunction with tar using
tar -czfor
tar -cjfand wasn't think I need something better. But one day I wandered if exists something else, some alternative and found LZMA.