My gut instinct is that it will be not that different from anything else. Ideally, we avoid huge functions anywhere. And, ideally, we avoid going overboard on breaking a decent-sized cohesive function into a bunch of scattered independent functions. IOW, "all things in moderation".
Personally, I do not yet have a sense for whether Compose will tend to drive us towards larger or smaller functions, though.