Since many years I have a flatrate, e.g. fixed cost per month. There is a data volume cap, but I never even came close, so I don’t care about that.
Regarding cour compression claim - I don’t think you can reach 70 to 80% compression. Images (gif, png, jpeg) are already compressed, and cannot be shrunk a lot anmyore. Usually the gain is only a few percent, even with quite sophisticated compression on top of the already compressed image data.
Zip files and other archive formats are the same, already compressed and not likely to give gains in the range of 70 to 80%.
That means, the bulk of data transferred is already compressed.
On top of that, HTTP 1.1 offers gzip compression for content, so many web pages you open will be transferred compressed already, and you’ll again face the problem that a compression layer on top of that is not efficient.
Encrypted data like https transfers is also hard to copmpress, because it looks like random data to the compressor.
Briefly: I don’t think you can even come close to your claimed 70 to 80% compression on transferred data, becuase the bulk of thw data transferred is already compressed or hard to compress.