The purpose is to be able to retrieve a thumbnail version of the image. I ended up making my own version of GetBizFormFile which accepts parameters that specify the desired dimensions of the thumbnail. Then I made use of ImageHelper's EnsureImageDimensions and GetResizedImageData methods to help me resize it.
Thanks.