in game design it is always necessary to do things with using almost no performance.
so yeah, if the game has to load 3-5 textures for a single model it uses more power than using just one single texture. (depends on the texture size though... four 128*128 equals one 256*256)

my models always just have one texture, except when im shading... then i'm adding specular, lightmaps, etc...