The simple answer is that anything you add to a website will slow it down. Bootstrap contains large css files which all need to be downloaded to the users’ device, potentially slowing down the initial page views.
It is always nice to be able to provide users with hints about how to complete a form field or what information to provide. Using Bootstrap's tooltip feature we can easily accomplish this.