For some custom rendering engines it's advantageous not to write the image files to disk.
An example would be a network rendering engine which does it's own image writing.
To disable image/movie saving in RenderEngine addons use:
bl_use_disable_image_save = True
This is only for rendering animations.