Not sure on sprites but at a guess you can simulate this by using geometry - like "billboard" trees and the like in older games, you would have a plane, set to always face the camera, and then have a texture on it for what the particle would look like. If using self-illumination or light material with emit light off, this should render very fast indeed, as you are basically just adding 2D sprites into the scene.