Why browser-side conversion is useful
Browser-side conversion is useful when you need a quick export without uploading a file to a third-party server. The browser decodes the source image, draws it to a canvas, and exports a new blob in one of the supported output formats.
That approach is fast for everyday handoff tasks, but it also means the available export targets depend on what the browser can safely decode and write back out. This is why the practical output list is shorter than the full comparison table.