Currently only Gzip and Brotli are supported between Cloudflare and origin servers. In my case my origin server are able to store way more files with zstd than with brotli.
This way I could keep the files already compressed with zstd without the need to decompress them in between. Thus this would allow faster serving of the files and less wasted CPU cycles and thus saving the environment as well.
I’d imagine this will eventually happen as I know Cloudflare does check what content encoding methods are supported on origin server already for gzip and brotli
Though you need origin Web servers to support zstd content encoding too. For my Centmin Mod Nginx server builds I already added optional zstd content encoding support preparing for Cloudflare’s support