I'd like to ask for another jpeg encoder MozJPEG (the more the merrier )
https://github.com/mozilla/mozjpeg
I've been using a custom build jpegoptim to re-encode jpegs with mozjpeg and the results are noticeable even a lossless conversion reduces file size 5-10% depending if the output is nonprogressive or progressive and as that project is based on libjpeg-turbo it can be implemented eather with a dll or an exe
unlike Guetzli MozJPEG does support progressive encoding.
I think one of the reasons Mozilla doesn't include webp support in Firefox is their jpeg encoder they say it's output is comparable to webp and decoding is a lot faster maybe google came up with Guetzli just to mess with mozilla
edit
while I haven't tested guetzli yet I did come across this article
https://www.pixelz.com/blog/guetzli-mozjpeg-comparison/
that suggests mozjpeg should be preferred over google's encoderPixelz Verdict: MozJPEG Remains First Choice for Product Images on the Web
MozJPEG files had fewer bytes 6 out of 8 times
MozJPEG and Guetzli were visually indistinguishable
MozJPEG encoded literally hundreds to a thousand times faster than Guetzli
MozJPEG supports progressive loading