About alpha channel in CCImage

I was reading code from CCImage.mm(for iOS), and found a part which I didn’t understand(v2.0.3):

Line 83:
pImageinfo->hasAlpha = true;

So does it mean we will have a texture with alpha channel even we loaded from a non-alpha texture???
I am little confuse about this? any benefit?